home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / danlist2.zip / DANLIST.CFG next >
Text File  |  1992-05-09  |  13KB  |  290 lines

  1. % ┌──────────────────────────────────────────────────────────────────────────┐
  2. % │                                                                          │
  3. % │                       Configurationsfile for DANLIST                     │
  4. % │                              Version 1.20 α                              │
  5. % │                Copyright (C) 1992 by Bo Bendtsen 2:231/111               │
  6. % │                                                                          │
  7. % └──────────────────────────────────────────────────────────────────────────┘
  8. %
  9. % Fill out these if you are a registered user of all my software
  10. % First is the name you want in your textfiles.
  11. % Second is the name of your board
  12. % 3th og 4th is 2 codes which are calculated from Name og BoardName
  13. % So it is very important that they always are exactly the same.
  14. % I have a lot of files open, so remember FILES=30 or more in config.sys
  15. % depending on how many filelists you want to create
  16. % DONT YOU ANY -> TABS <- IN THIS FILE
  17. %
  18. RegToName  Bo Bendtsen
  19. RegToBoard DAN BBS!!
  20. RegCode1   0
  21. RegCode2   0
  22. %
  23. %
  24. % RemoteAccess: The file containing information about areas
  25. % SuperBBS    : has no areanumbers, but if you use Start and Stop with
  26. %               filelist. DANLIST will use the record number as index,
  27. %               but still maximum areas is 200. SuperBBS users can also
  28. %               use the Flags to select the areas.
  29. % QuickBBS    : You must use the Download Flags, if you want to use the
  30. %               flag options in the filelists and oklist
  31. %
  32. RemoteAccess      R:\FILES.RA                     Tested with 1.11
  33. % SuperBBS          C:\SUPERBBS\FLSEARCH.BBS        Tested with 1.16
  34. % QuickBBS          FILECFG.DAT                     Tested with 2.75
  35. %
  36. %
  37. % MaxLines will allow you to limit the use of memory
  38. % MaxLines is used for Maximum number of Lines in FILES.BBS, the rest
  39. % will be skipped
  40. %
  41. % Default : 500 (100-2000);
  42. %
  43. MaxLines  500
  44. %
  45. %
  46. % Define which filelists you want to create
  47. % All lists will be created in only one run.
  48. % Remember that every time you use a FileList or NewFiles statement
  49. % you use around 3kb extra. You can create up to 100 filelists in one run
  50. % if you've got enough memory. Remember to set your FILES statement in
  51. % the CONFIG.SYS to FILES=40 or more, depending upon how many lists you have
  52. %
  53. % Filename: The complete path and filename of where to place the list
  54. %
  55. % ListFlag: If you want all areas with a flag to be included, just
  56. %           specify the ListFlag here, then only areas with THIS flag
  57. %           will be in that list. If you want all areas you MUST use --
  58. %           Legal flags are A1..A8 , B1..B8 , C1..C8 , D1..D8
  59. %
  60. % MaxLevel: The maximum ListSecurity level to be included in the list
  61. %
  62. % Start   : Begin from area
  63. %
  64. % Stop    : End with area
  65. %
  66. % Days    : 0 = All files, above nul will only take files newer than x
  67. %           days. If you use 30, only files newer than 30 days will be
  68. %           included. The days statements should only be used together
  69. %           with the S-flag, since there is no need of giving all kinds
  70. %           of extra comments.
  71. %
  72. % Flags   : I will include all IncludeAreas
  73. %           S will skip all extra comments
  74. %           A will create list in ANSI
  75. %           All flags can be used together
  76. %
  77. %        Filename                       ListFlag Maxlevel Start Stop Days Flags
  78. %──────────────────────────────────────────────────────────────────────────────
  79. FileList 231_111.TXT                       --        9999     1  200    0
  80. FileList PIRAT.TXT                         --       32000    20   21    0   A
  81. FileList 231_111A.TXT                      --        9999    50   79    0  I
  82. FileList 231_111P.TXT                      --        9999    80  109    0  I
  83. FileList PDN.TXT                           --        9999   110  129    0
  84. FileList SOUND.TXT                         --        9999   130  149    0
  85. FileList OTHER.TXT                         --        9999   150  159    0
  86. FileList SDS.TXT                           --        9999   160  179    0
  87. FileList ADS.TXT                           --        9999   180  189    0
  88. FileList VIRUS.TXT                         --        9999   190  199    0
  89. FileList C:\BBS\LISTS\ONLYSOME.TXT         A1        9999     1  200    0   A
  90. %
  91. % These lists will only contain files newer than Days
  92. % Remember to skiptext, by using the S flag
  93. %
  94. FileList 7DAYS.TXT                         --        9999     1  200    7    S
  95. FileList DANNEWS.TXT                       --        9999     1  200   30    S
  96. FileList AM_NEWS.TXT                       --        9999    50   79   30    S
  97. FileList PC_NEWS.TXT                       --        9999    80  109   30    S
  98. %
  99. %
  100. % If Days is > 0 Then This line will be written at the bottom of each list
  101. % You can change this line to your own language, remember the %D is where
  102. % Days will be inserted
  103. %
  104. NewFilesBottom This list contains only files not older than %D days
  105. %
  106. %
  107. % If you specify an 'I' flag after a FileList statement, the areas will
  108. % be included. I have my Filelists in area 1 and would like to include
  109. % them in the filelist, then just use an IncludeArea statement.
  110. % You can use up to 25 IncludeArea statements
  111. %
  112. IncludeArea  1
  113. %
  114. %
  115. % Skip first x lines in FILES.BBS if you have some kind of header in your
  116. % FILES.BBS you dont need in the filelist
  117. %
  118. SkipLines  7
  119. %
  120. % If making filelist, what date format do you want
  121. % 1 = DD-MM-YY, 2 = MM-DD-YY, 3 = YY-MM-DD
  122. % Default: 1
  123. %
  124. DateType 1
  125. %
  126. %
  127. % Date Seperation (If type 1) -- = 01-01-80, /- = 01/01-80, // = 01/01/80
  128. % Default: --
  129. %
  130. DateSep /-
  131. %
  132. %
  133. % Statement will be insertet in filelist were files are missing
  134. % Max 8 chars will be used
  135. % Default: MISSING
  136. %
  137. %       |──────|
  138. Missing -OnDisc-
  139. %
  140. %
  141. % Reflow long descriptions, looks nicer, 31 will cut off long descriptions
  142. % and insert them at position 31 on the next line
  143. %
  144. Reflow  31
  145. %
  146. %
  147. % Which filenames should be excluded from everything
  148. % Max 25 entries
  149. % Default: None
  150. %
  151. Exclude          FILES.BBS
  152. Exclude          DIR.BBS
  153. %
  154. %
  155. % To make a binkley style Okfile (List of paths)
  156. % Ok header is a file with magic filenames
  157. % OkEnd is what will be added to path, leave this line empty if you
  158. % are using Frontdoor, Binkley use *.*
  159. %
  160. % If you use a flag instead of '--' Only areas with the flag will be
  161. % inside the oklist. If you specify a OkPassword then all areas without
  162. % the flag set be included with the password. Remember the ! that will
  163. % tell your mailer that it is a password. If you not specify the OkPassword
  164. % then the areas will be excluded from the Okfile. Still all areas have
  165. % to be under Maxlevel and inside Start-Stop.
  166. % Legal flags are A1..A8 , B1..B8 , C1..C8 , D1..D8
  167. %
  168. %
  169. %        Filename                         OkFlag Maxlevel Start Stop
  170. %───────────────────────────────────────────────────────────────────
  171. OkFile   OKFILE.TXT                         A1       9999     1  200
  172. %
  173. OkEnd     *.*
  174. %
  175. %
  176. OkReqMsg  (Filerequests allowed from this area)
  177. OkPasMsg  (You need a password to request from this area)
  178. OkPassword !ZDCFSSA
  179. %
  180. %
  181. % All lines between OkHeadStart and OkHeadEnd will be included first in
  182. % the okfile. Max 25 lines.
  183. %
  184. OkHeadStart
  185. @AFU s:\bbc\afu*.*
  186. @RAQUSER s:\bbc\raqu_*.*
  187. @RANETMGR s:\bbc\ranet*.*
  188. @FAST s:\bbc\fast_5*.*
  189. T:\PIRAT\UTIL\*.* !BENNY
  190. T:\PIRAT\GAMES\*.* !BENNY
  191. OkHeadEnd
  192. %
  193. %
  194. % All lines between HeaderStart and HeaderEnd will be printet first in each
  195. % filelist. Max 50 lines.
  196. %
  197. HeaderStart
  198. ╒═════════════════════════════════════════════════════════════════════════════╕
  199. │              Welcome to DAN BBS, we are here for YOU every day              │
  200. │            A member of DaneNet  2:231/111, 2:231/112 & 2:231/133            │
  201. ╘═════════════════════════════════════════════════════════════════════════════╛
  202. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  203. ▒▒▒▒▒╒══════════════════════════════════════════════════ Welcome-Picture ╕▒▒▒▒▒
  204. ▒▒▒▒▒│  ███████▄▄     ▄█████████▄   ▄██▄   ▄██▄   Filesystems connected  │░░▒▒▒
  205. ▒▒▒▒▒│  ████  ▀████  █████▀ ▀█████ ██████▄ █████  ─────────────────────  │░░▒▒▒
  206. ▒▒▒▒▒│  ████    ████ █████▄▄▄█████ █████████████  SDS,PDN,LANNET,ANSI    │░░▒▒▒
  207. ▒▒▒▒▒│  ████   ▄████ █████████████ █████████████  AUTOCAD,DDSDOORS,ADS   │░░▒▒▒
  208. ▒▒▒▒▒│  ████▄▄█████▀ █████   █████ █████ ▀██████  SOUNDNET,WINNET etc.   │░░▒▒▒
  209. ▒▒▒▒▒│  ████████▀     ▀██▀   ▀██▀   ▀██▀   ▀██▀                          │░░▒▒▒
  210. ▒▒▒▒▒│                                           Line 1 42643827 Hst/v32 │░░▒▒▒
  211. ▒▒▒▒▒│   ▄█████████▄   ▄█████████▄   ▄████████▄  Line 2 43628230 12/2400 │░░▒▒▒
  212. ▒▒▒▒▒│  ████    ████  ████    ████  █████▄  ▀███ Line 3 43623990 12/2400 │░░▒▒▒
  213. ▒▒▒▒▒│  ██████████▀   ██████████▀    ███████▄▄   Fax    42643357 Class 3 │░░▒▒▒
  214. ▒▒▒▒▒│  ████▀▀▀▀███▄  ████▀▀▀▀███▄     ▀▀▀█████▄                         │░░▒▒▒
  215. ▒▒▒▒▒│  ████▄▄▄▄█████ ████▄▄▄▄█████ ████▄▄▄█████      500MB Harddisk     │░░▒▒▒
  216. ▒▒▒▒▒│   ▀█████████▀   ▀█████████▀   ▀████████▀   Support for PC & Amiga │░░▒▒▒
  217. ▒▒▒▒▒╘═══════════════════════════════════════════════════════════════════╛░░▒▒▒
  218. ▒▒▒▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒
  219. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  220. ───────────────────────────────────────────────────────────────────────────────
  221.  
  222.  Sysop kan ikke drages til ansvar for nogle Non-PD uploads, trojanske heste,
  223.  eller virus-smittede programmer af enhver slags. Finder du sådanne
  224.  programmer vil de straks blive fjernet.
  225.  Husk at det er ikke tilladt at uploade Non-PD, da vi ikke kan checke alle
  226.  programmer der kommer ind i systemet. Non-PD vil derfor blive slettet og
  227.  dine uploads vil blive sat ned igen.
  228.  
  229. ───────────────────────────────────────────────────────────────────────────────
  230.  
  231.  
  232. HeaderEnd
  233. %
  234. %
  235. % All lines between FooterStart and FooterEnd will be used at the end of
  236. % each filelist. Max 10 lines.
  237. %
  238. % L/R is left or right-centered, chars is maximum length of meta
  239. %
  240. % ┌─────┬─────────────────────────────────────────┬─────┬─────┐
  241. % │Meta │  Will be replaced with                  │Chars│ L/R │
  242. % ├─────┼─────────────────────────────────────────┼─────┼─────┤
  243. % │ %D  │  Creation date                          │  8  │  -  │
  244. % │ %T  │  Creation time                          │  5  │  -  │
  245. % │ %N  │  Number of files in areas               │  5  │  R  │
  246. % │ %S  │  Size of area in bytes 100.000 style    │ 12  │  R  │
  247. % │ %K  │  Size of area in Kb using 1.024         │ 12  │  R  │
  248. % │ %M  │  Size of area in MB using 1.024.000     │  5  │  R  │
  249. % └─────┴─────────────────────────────────────────┴─────┴─────┘
  250. %
  251. FooterStart
  252.  
  253.                     This list was generated %D...... , %T...
  254. ╓─────────────────────────────────────────────────────────────────────────────╖
  255. ║  Files %N..., Size of areas %S.......... bytes, %K.......... kb,%M... mega  ║
  256. ╙─────────────────────────────────────────────────────────────────────────────╜
  257.  
  258.  
  259. FooterEnd
  260. %
  261. %
  262. % All lines between AreaTopStart and AreaTopEnd will be used in every area
  263. % Max 10 lines
  264. %
  265. % L/R is left or right-centered, chars is maximum length of meta
  266. %
  267. % ┌─────┬─────────────────────────────────────────┬─────┬─────┐
  268. % │Meta │  Will be replaced with                  │Chars│ L/R │
  269. % ├─────┼─────────────────────────────────────────┼─────┼─────┤
  270. % │ %A  │  Number of area                         │  3  │  L  │
  271. % │ %D  │  Name of area                           │ 30  │  L  │
  272. % │ %L  │  Acceslevel for area                    │  5  │  R  │
  273. % │ %N  │  Number of files in area                │  5  │  R  │
  274. % │ %S  │  Size of area in bytes 100.000 style    │ 12  │  R  │
  275. % └─────┴─────────────────────────────────────────┴─────┴─────┘
  276. %
  277. AreaTopStart
  278.  
  279. ╒═════════════════════════════════════════════════════════════════════════════╕
  280. │  Area #%A.:  %D............................            Access level  %L...  │
  281. ├─────────────────────────────────────────────────────────────────────────────┤
  282. │░░░░░▒▒▒▒▒▓▓▓▓▓█████  %S.......... bytes in %N... files  █████▓▓▓▓▓▒▒▒▒▒░░░░░│
  283. ╘ <DANLIST 1.00α>                                             (C) Bo Bendtsen ╛
  284. AreaTopEnd
  285. %
  286. %
  287. % ┌──────────────────────────────────────────────────────────────────────────┐
  288. % │                         End of Configuration file                        │
  289. % └──────────────────────────────────────────────────────────────────────────┘
  290.